if((_root.CacheFeu1.hitTest(_root.Meg._x,_root.Meg._y,true) or _root.CacheFeu2.hitTest(_root.Meg._x,_root.Meg._y,true)) and key.isDown(key.SPACE) and eval("/Variables:ObjetSelect") == 3 and eval("/Variables:PorteExplose") == false)
{
tellTarget("_root.Animatiques")
{
gotoAndStop("AllumeFeu2");
}
}
if(_root.CacheCorde.hitTest(_root.Meg._x,_root.Meg._y,true) and key.isDown(key.SPACE) and eval("/Variables:ObjetSelect") == 5)